home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beyond Sanit-E 4
/
Beyond Sanit-E 4 (Disk 2 of 2).adf
/
BS1Install.HD
next >
Wrap
Text File
|
1995-11-27
|
2KB
|
60 lines
; ** Beyond Sanit-e Installer. **
; ** (c) SLADE - PTK 1996. **
; ** This Installer is full of comment. I have commented it this much **
; ** so you could use to as a tutorial to teach yourself. Have Fun!!. **
(complete 0)
(set BS-E-dest
(askdir
(prompt "Please Select or create a drawer to install Beyond>Sanit-E<One:")
(help ask-dirhelp
"\n"
"This will ask you to give a destination drawer to "
"which this issue will be installed.\n")
(default @default-dest)
)
)
(set @default-dest BS-E-dest)
(complete 30)
(
(working "Installing Beyond>Sanit-<ONE:...")
(copyfiles
(prompt "")
(help @copyfiles-help)
(source "Beyond>Sanit-E<ONE:")
(dest @default-dest)
(pattern "#?")
(infos)
)
)
(complete 70)
(startup "Beyond>Sanit-E<ONE:"
(prompt "The following assign. \n"
"ASSIGN BEYOND>SANIT-E<ONE: to " BS-E-dest ""
"\n"
"will be added to your user-startup")
(help "This adds the line Assign Beyond>Sanit-E<ONE: to your user-startup")
(command "ASSIGN Beyond>Sanit-E<ONE: " BS-E-dest "")
)
(complete 100)
(exit)
; ** Well theres goes the first Issue !.
; ** Why do you want to install this anyway ?